home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / RESFINJ.DXR / 00003_RESResources Frame.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  455 b   |  22 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, browserID, IFLBrowsercounter
  3.   if soundBusy(1) = 0 then
  4.     puppetSound(0)
  5.   end if
  6.   go(the frame)
  7.   if the mouseUp then
  8.     set IFLCanChange to 1
  9.   end if
  10.   ADDAdvertBreak(3)
  11.   IFLsectionWordAnimate()
  12.   RESEWordSwitch()
  13.   RESQuitCD()
  14.   if browserID > 32 then
  15.     if IFLBrowsercounter = 2 then
  16.       RESCheckBrowser()
  17.     else
  18.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  19.     end if
  20.   end if
  21. end
  22.